Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
SVG Loading Images
body{ padding: 1em; background: #2B3134; color: #777; text-align: center; font-family: "Gill sans", sans-serif; width: 80%; margin: 0 auto; } h1{ margin: 1em 0; border-bottom: 1px dashed; padding-bottom: 1em; font-weight: lighter; } p{ font-style: italic; } .loader{ margin: 0 0 2em; height: 100px; width: 20%; text-align: center; padding: 1em; margin: 0 auto 1em; display: inline-block; vertical-align: top; } /* Set the color of the icon */ svg path, svg rect{ fill: #FF6700; }